home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / test / makeanim.rexx < prev    next >
OS/2 REXX Batch file  |  1978-11-24  |  232b  |  10 lines

  1. /* */
  2.  
  3. if exists('ram:ami2d.lst') then do
  4.     address command 'makeanim >nil: ram:ami2d.lst ram:ami2d.anim'
  5. /*    address command 'delete >nil: ram:ami2d#?.ilbm' */
  6. /*    address command 'delete >nil: ram:ami2d.lst'    */
  7. end
  8.  
  9. exit
  10.